go/types.Context.originIDs (field)
4 uses
go/types (current package)
context.go#L25: originIDs map[Type]int // origin type -> unique ID
context.go#L38: originIDs: make(map[Type]int),
context.go#L117: id, ok := ctxt.originIDs[t]
context.go#L120: ctxt.originIDs[t] = id
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)